Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataSamples<T> Class / Comments Property


In This Topic
    Comments Property (DataSamples<T>)
    In This Topic
    A collection of data value comment records.
    Syntax
    Public Property Comments As System.Collections.Generic.Dictionary(Of Integer,Comment())
    public System.Collections.Generic.Dictionary<int,Comment[]> Comments {get; set;}
    public:
    property System.Collections.Generic.Dictionary<int,array<Comment^>>^ Comments {
       System.Collections.Generic.Dictionary<int,array<Comment^>>^ get();
       void set (    System.Collections.Generic.Dictionary<int,array<Comment^>>^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also